home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Productivity / NoteBook 2.0.dmg / NoteBook.app / Contents / Resources / English.lproj / FindPanel.nib / classes.nib next >
Encoding:
Text File  |  2005-03-29  |  1.1 KB  |  39 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 _setFindReplaceScope = id; 
  6.                 _setIgnoreCase = id; 
  7.                 _setIgnoreHiddenCells = id; 
  8.                 findNextFromTextField = id; 
  9.             }; 
  10.             CLASS = FindManager; 
  11.             LANGUAGE = ObjC; 
  12.             OUTLETS = {
  13.                 findNextButton = id; 
  14.                 findPanel = id; 
  15.                 findResultTextField = id; 
  16.                 findTextField = id; 
  17.                 ignoreCaseButton = id; 
  18.                 ignoreHiddenCellsButton = id; 
  19.                 replaceTextField = id; 
  20.                 scopeMatrix = id; 
  21.             }; 
  22.             SUPERCLASS = NSObject; 
  23.         }, 
  24.         {
  25.             ACTIONS = {
  26.                 findNext = id; 
  27.                 findNextFromTextField = id; 
  28.                 findPrevious = id; 
  29.                 replace = id; 
  30.                 replaceAll = id; 
  31.                 replaceAndFind = id; 
  32.             }; 
  33.             CLASS = FirstResponder; 
  34.             LANGUAGE = ObjC; 
  35.             SUPERCLASS = NSObject; 
  36.         }
  37.     ); 
  38.     IBVersion = 1; 
  39. }